The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:perl fork threads"

perlfork - Perl's fork() emulation River stage five • 11292 direct dependents • 32664 total dependents

The fork() emulation is implemented at the level of the Perl interpreter. What this means in general is that running fork() will actually clone the running interpreter and all its state, and run the cloned interpreter in a separate thread, beginning ...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlfork - Perl's fork() emulation River stage five • 11292 direct dependents • 32664 total dependents

The fork() emulation is implemented at the level of the Perl interpreter. What this means in general is that running fork() will actually clone the running interpreter and all its state, and run the cloned interpreter in a separate thread, beginning ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Thread - Manipulate threads in Perl (for old code only) River stage five • 11292 direct dependents • 32664 total dependents

The "Thread" module provides multithreading support for Perl....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Thread - Manipulate threads in Perl (for old code only) River stage five • 11292 direct dependents • 32664 total dependents

The "Thread" module provides multithreading support for Perl....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlthrtut - Tutorial on threads in Perl River stage five • 11292 direct dependents • 32664 total dependents

This tutorial describes the use of Perl interpreter threads (sometimes referred to as *ithreads*). In this model, each thread runs in its own Perl interpreter, and any data sharing between threads must be explicit. The user-level interface for *ithre...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlthrtut - Tutorial on threads in Perl River stage five • 11292 direct dependents • 32664 total dependents

This tutorial describes the use of Perl interpreter threads (sometimes referred to as *ithreads*). In this model, each thread runs in its own Perl interpreter, and any data sharing between threads must be explicit. The user-level interface for *ithre...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perl - The Perl 5 language interpreter River stage five • 11292 direct dependents • 32664 total dependents

Perl officially stands for Practical Extraction and Report Language, except when it doesn't. Perl was originally a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perl - The Perl 5 language interpreter River stage five • 11292 direct dependents • 32664 total dependents

Perl officially stands for Practical Extraction and Report Language, except when it doesn't. Perl was originally a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that ...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

todo - Perl TO-DO list River stage five • 11292 direct dependents • 32664 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

todo - Perl TO-DO list River stage five • 11292 direct dependents • 32664 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

POSIX - Perl interface to IEEE Std 1003.1 River stage five • 11292 direct dependents • 32664 total dependents

The POSIX module permits you to access all (or nearly all) the standard POSIX 1003.1 identifiers. Many of these identifiers have been given Perl-ish interfaces. This document gives a condensed list of the features available in the POSIX module. Consu...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

POSIX - Perl interface to IEEE Std 1003.1 River stage five • 11292 direct dependents • 32664 total dependents

The POSIX module permits you to access all (or nearly all) the standard POSIX 1003.1 identifiers. Many of these identifiers have been given Perl-ish interfaces. This document gives a condensed list of the features available in the POSIX module. Consu...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlvar - Perl predefined variables River stage five • 11292 direct dependents • 32664 total dependents

The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or underscore, in which case they can be arbitrarily long (up to an internal limit of 251 characters) and may contain letters, digits...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlvar - Perl predefined variables River stage five • 11292 direct dependents • 32664 total dependents

The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or underscore, in which case they can be arbitrarily long (up to an internal limit of 251 characters) and may contain letters, digits...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlvms - VMS-specific documentation for Perl River stage five • 11292 direct dependents • 32664 total dependents

Gathered below are notes describing details of Perl 5's behavior on VMS. They are a supplement to the regular Perl 5 documentation, so we have focussed on the ways in which Perl 5 functions differently under VMS than it does under Unix, and on the in...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlvms - VMS-specific documentation for Perl River stage five • 11292 direct dependents • 32664 total dependents

Gathered below are notes describing details of Perl 5's behavior on VMS. They are a supplement to the regular Perl 5 documentation, so we have focussed on the ways in which Perl 5 functions differently under VMS than it does under Unix, and on the in...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlmod - Perl modules (packages and symbol tables) River stage five • 11292 direct dependents • 32664 total dependents

Is this the document you were after? There are other documents which might contain the information that you're looking for: This doc Perl's packages, namespaces, and some info on classes. perlnewmod Tutorial on making a new module. perlmodstyle Best ...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlmod - Perl modules (packages and symbol tables) River stage five • 11292 direct dependents • 32664 total dependents

Is this the document you were after? There are other documents which might contain the information that you're looking for: This doc Perl's packages, namespaces, and some info on classes. perlnewmod Tutorial on making a new module. perlmodstyle Best ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores) River stage five • 11292 direct dependents • 32664 total dependents

The basic IPC facilities of Perl are built out of the good old Unix signals, named pipes, pipe opens, the Berkeley socket routines, and SysV IPC calls. Each is used in slightly different situations....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores) River stage five • 11292 direct dependents • 32664 total dependents

The basic IPC facilities of Perl are built out of the good old Unix signals, named pipes, pipe opens, the Berkeley socket routines, and SysV IPC calls. Each is used in slightly different situations....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
58 results (0.071 seconds)